sql server where 条件 区分大小写查询
1.在创建数据库时,指定要区分大小写,或者后期再做更改也可以alter database dbname collate chinese_prc_cs_as 2.在创建表时,指定要区分大小写,或者后期再 ...
1.在创建数据库时,指定要区分大小写,或者后期再做更改也可以alter database dbname collate chinese_prc_cs_as 2.在创建表时,指定要区分大小写,或者后期再 ...